domain
Class NegatedBasicRole

java.lang.Object
  extended by domain.GeneralRole
      extended by domain.NegatedBasicRole
All Implemented Interfaces:
Including

public class NegatedBasicRole
extends GeneralRole


Field Summary
private  BasicRole q
           
 
Constructor Summary
NegatedBasicRole(BasicRole q)
           
 
Method Summary
 BasicRole getBasicRole()
           
 void setBasicRole(BasicRole q)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

q

private BasicRole q
Constructor Detail

NegatedBasicRole

public NegatedBasicRole(BasicRole q)
Method Detail

getBasicRole

public BasicRole getBasicRole()

setBasicRole

public void setBasicRole(BasicRole q)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object